/* [Global] */
/* dont ever show quick view button (from knowledge base) */
button.btn.quick-view.abs { display: none; }

a.awhitegold { color: #fff; }
a.awhitegold:hover { color: #EAB649 !important; }

hr { border-top-color: #000 !important; }

/* Americommerce defaults for this theme */
p { line-height: 1.9; }
body { background: #000 url('/images/-design/background-1900x1500-60.jpg') no-repeat center bottom fixed; font-size: 15px; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; color: #000000; font-weight: normal; }
body.ShoppingCart { padding-top: 0; }
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; color: #EAB649; font-weight: bold; }
h1, h2 { text-transform: uppercase; }
h3 { color: #000; line-height: 1.9; font-size: 16px; }
h4 { font-size: 18px; text-transform: uppercase; }
h5, .h6 { font-size: 18px; }
label { display: block; }
input[type=radio] + label, input[type=checkbox] + label { display: inline-block; padding-left: 10px; font-weight: normal; }
.well { border-radius: none; border: none; box-shadow: none; }
.well { padding-top: 0; }
button[disabled], html input[disabled] { background: rgb(235, 235, 228); }
.col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 30px; }
[class*=col-md], [class*=col-lg] { margin-bottom: inherit !important; }
/* make bootstrap dropdowns work on hover */
.navbar-nav .dropdown:hover > .dropdown-menu { display: block; }
.navbar-nav .dropdown:hover > a[data-toggle=dropdown] + .dropdown-menu { display: none; }
.navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu { display: block; }
.navbar-nav .dropdown-submenu { position: relative; }
.navbar-nav .dropdown-submenu:hover > .dropdown-menu { display: block; top: -6px; margin: 0; left: 100%; }

.modal-body { min-height: 70px; }
.modal-body .progress { top: 50%; left: 30px; right: 30px; height: 30px; margin-top: -15px; }
.modal-body iframe { z-index: 1; }

.PicturePopup iframe { max-width: 100%; }

.text-muted a { color: inherit; }
.alert a { color: inherit; }

/* added by Sundco */
.standalonelinks a { text-transform: uppercase; }

.ui-autocomplete { z-index: 10000; }
.ui-menu .ui-menu-item a { background: none; border: none; opacity: 0.75; cursor: pointer; }
.ui-menu .ui-menu-item a:hover { opacity: 1; }

.navbar-header-leftcol { background: #eab649; color: #fff; margin-bottom: 30px; }
.navbar-header-leftcol  .navbar-toggle { background: none; border: 1px solid #fff; }
.navbar-header-leftcol  .navbar-toggle .icon-bar { background: #fff; }
.navbar-header-leftcol .navbar-brand { color: #fff; }
.navbar-collapse.left-collapse { max-height: inherit; }

.navbar-default { background: #eab649; }
.navbar-default .navbar-toggle { border-color: #fff; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover { color: #fff; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #fff; }
.navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #333; }

.ShippingSelect > .full-input > div > .row { margin-right: 0; margin-left: 0; } /* choose shipping method message margins same as rest of that column */
.ShoppingCartInlinePostalCodeTextbox_10679 { width: 80px !important; } /* zip code entry box needed to be wider */
#dvInlineCalculateShippingForm { padding-bottom: 15px; } /* needed some separation below choose zip code */
.ShoppingCartShippingInfo_10679 { display: none; } /* dont show total shipping weight, confusing, as if its another line item in the shipping charges */
#ctl31_ucShippingMethodGroup_rpShippingSet_ctl01_ShippingMethodsDropDown_lblShippingMethodsTitle, #ctl31_ucShippingMethodGroup_rpShippingSet_ctl02_ShippingMethodsDropDown_lblShippingMethodsTitle, #ctl31_ucShippingMethodGroup_rpShippingSet_ctl03_ShippingMethodsDropDown_lblShippingMethodsTitle, #ctl31_ucShippingMethodGroup_rpShippingSet_ctl04_ShippingMethodsDropDown_lblShippingMethodsTitle, #ctl31_ucShippingMethodGroup_rpShippingSet_ctl05_ShippingMethodsDropDown_lblShippingMethodsTitle, #ctl31_ucShippingMethodGroup_rpShippingSet_ctl06_ShippingMethodsDropDown_lblShippingMethodsTitle { display: none; } /* these spans are empty and the empty line was confusing, so getting rid of them */

/* search autocomplete stuff */
.search-box input { vertical-align: top; }
.typeahead { background-color: #fff; }

.typeahead:focus { border: 2px solid #0097cf; }

.tt-hint { color: #999 !important; }

.tt-dropdown-menu { position: static !important; }

.tt-suggestion { padding: 2px 15px; white-space: normal !important; }

.tt-suggestion.tt-is-under-cursor { color: #fff; background-color: #428bca; }

.tt-suggestion p { margin: 0; }

/* reset some stuff that bootstrap breaks by Americommerce */
.bx-wrapper *, .addthis_toolbox * { box-sizing: content-box; }
.bx-wrapper { margin-bottom: 20px; }
.bx-controls-direction { opacity: 0.25; transition: 0.25s; }
.bx-controls-direction:hover { opacity: 0.75; transition: 0.25s; }

.thumbnail { text-align: center; }
.thumbnail .quick-view { top: 0px; left: 50%; width: 120px; margin-left: -60px; opacity: 0; display: none; transition: 0.25s; z-index: 4; }
.thumbnail:hover .quick-view { top: 100px; display: block; opacity: 1; transition: 0.25s; }
.thumbnail img, .Slideshow img, #imgMfgLogo, img { max-width: 100%; }
.zoomWrapper img { max-width: none; }
.thumbnail:hover { text-decoration: none; }

.LayoutContent .homepage-product .thumbnail { min-height: 250px; line-height: 250px; margin-bottom: 10px; }
.homepage-product .thumbnail img { display: inline; }

.product-flag { display: none; }
.product-flag { width: 150px; height: 150px; display: none\9; line-height: 1.5; }
.product-flag span { background: #000; color: #eab649; text-align: center; display: block; box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); position: absolute; width: 100%; }
.product-flag.top span { bottom: 0; }
.product-flag.bottom span { top: 0; }

.product-flag.left { left: -90px; }
.product-flag.right { right: -90px; }
.product-flag.top { top: -90px; }
.product-flag.bottom { bottom: -90px; }
.product-flag.top.left { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.product-flag.top.right { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.product-flag.bottom.left { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.product-flag.bottom.right { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

input[type=text], input[type=password], input[type=email], select, textarea { min-height: 34px; padding: 6px 12px; font-size: 15px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
select { padding: 6px; }
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); }

input, select, textarea { max-width: 100%; }

.Hidden { display: none; }
.AddressBookNameTextbox { width: 194px; }
.AddressBookCityTextbox { width: 152px; }
.AddressBookStateTextbox { width: 160px; }
.AddressBookZipCodeTextbox { width: 112px; }
.AddressBookNotes { font-family: Verdana; font-size: 10px; }
.ProductGroupItemPricing { white-space: nowrap; }
.ProductGroupItemQuantity { width: 40px; }
.ProductGroupItemDescription { margin: 0px 4px 0px 4px; }
.CustomPaymentMethodsAmountArea { float: right; }
.CustomPaymentMethodsAmountTextbox { width: 80px; }
.CustomPaymentMethodsFieldName { padding-left: 15px; width: 100px; text-align: right; }
.CustomPaymentMethodsChooseArea { padding-left: 35px; }
.CustomPaymentMethodsSeparator { height: 1px; color: #999999; }
.MicroStoreMoreInfoLink { font-size: 10px; }
.PaymentMethodsCC {  }
.PaymentMethodsNewCardNum {  }
.PaymentMethodsNewCardName {  }
.PaymentMethodsChoosePaypalButton { padding-left: 35px; }
.PaymentMethodsCustomFieldName { padding-left: 35px; width: 200px; }
.PaymentMethodsChooseCustomButton { padding-left: 35px; }
.PaymentMethodsEcheckTextbox { width: 75px; }
.PersonalizationFileUpload { width: 250px; }
.ProductReviewTagSelectorRemoveTagArea { width: 15px; text-align: center; }
.ProductReviewTagSelectorRemoveTagImage { border: 0 none; }
.RelatedItemsContainer { padding: 10px; }
.RelatedItemsSeparator { color: #999999; height: 1px; }
.RelatedItemsProductPhotoArea { float: left; width: 14%; }
.RelatedItemsProductNameArea { float: left; width: 34%; }
.RelatedItemsPricingArea { float: left; width: 24%; }
.RelatedItemsAddToCartArea { float: left; width: 24%; text-align: right; }
.RelatedItemsQtyTextbox { width: 40px; }
.RelatedItemsMessageText { float: left; width: 24%; text-align: right; }
.RelatedItemsAddToCartButton { clear: both; text-align: right; }
.ShippingMethodCalendarPickerArea { float: left; width: 49%; }
.ErrorText, .errorText { display: block; }
.attentionText { background: #e5e5e5; margin: 10px 0; padding: 10px; color: #000; }
.itemoriginalprice { text-decoration: line-through; }
.EProductCredentials { font-weight: bold; }
.EProductCredentials span { font-weight: normal; padding-right: 20px; }
.EProductNameContainer { display: inline; padding-right: 20px; }
.EProductURLContainer { display: inline; }
.EProductItemContainer { text-align: left; }
.ShippingEstimationZipTextbox { width: 100px; }
.ShippingEstimationItemInfo .QtyTextbox { width: 50px; text-align: center; }

/* Format select/combine shipping options */
div#dvShippingClassificationCodePickerSubHeader { padding-bottom: 10px; font-weight: bold; color: #444; }
div#dvShippingClassificationCodePicker { padding-bottom: 10px; color: #000; }

div.ac-admin-help { background: #fafafa; border: none; border-radius: 3px; color: #666; font-family: inherit; font-size: inherit; }
.panel-heading:empty { display: none; }

a { color: #eab649; text-decoration: none; font-weight: bold; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; }
a:hover { color: #333; text-decoration: none; font-weight: bold; }

undefined { background: url('/images/GO-Header-300-px.png'); }
body input.ThemeButton { background: #eab649; border: #eab649; color: #000000; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-weight: bold; }
.MenuBar div.navbar, div.HorizontalNav { background: #eab649; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: 15px; color: #000000; }
.MenuBar .navbar ul.nav > li > a, div.HorizontalNavItem a { background: #eab649; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: 15px; color: #000000; }
.MenuBar .navbar ul.nav > li > a:hover, div.HorizontalNavItem a:hover { font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: 15px; color: #fff; }
.LayoutMiddle { background: #ffffff; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; color: #000000; font-weight: normal; }

.Layout { font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; color: #000000; font-weight: normal; }
.LayoutTop { font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; }

/* so row are tall enough */
.CategoryNavigationLinks .nav-pills>li+li { min-height: 290px; }
.g-signin2 { display: inline-block; }
/* [/Global] */

/* [Layout] */
.topgrey { background: #EAB649; margin-bottom: 0px; position: relative; z-index: 9999; }
.LayoutLeftColumnInner .well { background: none repeat scroll 0 0 #F7F7F7; border: medium none; border-radius: 0; box-shadow: none; }
.thumbnail { border: none; }
.quick-view { background: #eab649; border: none; color: #000; }
.quick-view:hover { background: #ebca6a; color: #000; }
.ProductDisplay .ControlHeader { background: none repeat scroll 0 0 #eab649; color: #000; display: inline-block; padding: 10px 16px; }
.ProductDisplay h3 { border-bottom: 0 solid #eab649; margin: 0; text-transform: uppercase; } 
.lblPriceLabel { display: none; }
.lblPrice { color: #eab649; font-weight: bold; }
.LayoutLeftColumnInner .category-link, .LayoutLeftColumnInner .attribute-link { padding-left: 8px; margin-left: -8px; border-bottom: 1px solid #DDDDDD; box-shadow: 0 1px 0 0 #FFFFFF; color: #000; }
.LayoutLeftColumnInner .nav li:last-child .category-link, .LayoutLeftColumnInner .nav li:last-child .attribute-link { border-bottom: none; box-shadow: none; }
.FreeShipping { background: #f7f7f7; }
.FreeShipping p { max-width: 430px; color: #999; }
.FreeShipping a { background: #eab649; color: #fff; padding: 10px 20px; border-radius: 5px; }
.newsletter { background: #000; }
.newsletter h2 { color: #fff; }
.newsletter p { margin-top: 0; line-height: 16px; color: #666; }
.LayoutLeftColumnInner .nav .ControlHeader { text-transform: uppercase; color: #eab649; }
.AddToCartThemeButton, .SignInThemeButton, .PlaceOrderThemeButton, .OnePageCheckoutPlaceOrderThemeButton, .CheckoutThemeButton, .ShoppingCartCheckoutThemeButton { background: #eab649; border: none; color: #fff; }
.AddToCartThemeButton:hover, .PlaceOrderThemeButton:hover, .OnePageCheckoutPlaceOrderThemeButton:hover, .CheckoutThemeButton:hover, .SignInThemeButton:hover, .ShoppingCartCheckoutThemeButton:hover { background: #eab649; }
.HomeBlogPost .BlogPostTitle a { font-size: 24px; color: #000; }
.HomeBlogPost .BlogPostTitle a:hover { font-size: 24px; color: #000; text-decoration: none; }
.HomeBlogPost .BlogPostPostedOnBy { color: #999; }
.LayoutBottom { margin-top: 40px; font-size: 15px; color: #ffffff; font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-weight: normal; }
.LayoutBottom .h4 { color: #fff; }
.LayoutBottom a { font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; font-size: 15px; color: #EAB649; font-weight: normal; }
.LayoutBottom .nav > li > a:hover { background: none; }
.MenuList .nav > li > a { display: inline; padding: 0; }
.badge { background-color: #eab649; }
.LayoutLeftColumn .ProductDisplay .ControlHeader { background: none; color: #eab649; display: inline-block; padding: 10px 16px; font-weight: bold; }
.LayoutLeftColumn .ProductDisplay h3 { border: none; }
.BlogRoll .BlogPostTitle a { color: #eab649; }
.BlogRoll > .col-lg-6 { margin-bottom: 50px !important; }
.LayoutLeftColumnInner .ProductDisplay a:hover { text-decoration: none; color: #555; }
.CategoryProductPriceLabel { display: none; }
.CategoryProductPrice { color: #eab649; }
.Default .navbar-brand { color: #fff; }
.Default .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.BlogRollBlogDescription { padding-bottom: 30px; }

header + div.container { display: none; } /* first widget area below header even if delete widget still takes space */

div.Control.Slideshow + div { clear: none !important; } /* removes clear both after slideshows, needed for homepage */

/* added so more room in left masthead block */
header .LayoutTopTop .m-b-40 .col-sm-6:first-child { width: 75%; }
header .LayoutTopTop .m-b-40 .col-sm-6:nth-child(2) { width: 25%; }
header .LayoutTopTop .m-b-40 { margin-bottom: 5px !important; }

.LayoutMiddle { border-radius: 15px; } /* added this */

/* so content not too close to page background image */
section.LayoutContent { padding: 15px 30px !important; }
/* [/Layout] */

/* [Widgets] */

/* [/Widgets] */

/* [ProductDetails] */
.ProductDetailsProductName small { font-weight: bold !important; color: black !important; }

.ProductDetailsPriceLabel { display: none; }
input.ProductDetailsQuantityTextBox { width: 70px; text-align: center; padding: 0; }
#lblProductStatus:after { content: " - "; }
#lblProductStatus + br { display: none; }

.varpicmax_img { border: 1px solid transparent; }
.ProductDetailsVariations input[type=checkbox] + label { display: inline; font-weight: normal; padding-left: 5px; vertical-align: top; }

.ProductDetailsSelectedVariant { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); }
.ProductDetailsSwatches ul { margin: 0; }
.ProductDetailsSwatches li { float: left; margin: 5px 5px 0 0; }
.Variant > br, .ProductDetailsVariations > br { display: none; }
.media-body .StarRatings { margin-left: 10px; }

.ProductDetailsQuantityPriceTable tr:first-child td { border-top: none; }
.ProductDetailsQuantityPriceTable  p { margin: 0; line-height: inherit; }

/* so can see L and R arrows better (was 0.25) */
.bx-controls-direction { opacity: 1.0 !important; }

/* removed bullets underneath thumbnails since it has become too many thumbnails */
.bx-pager { visibility: hidden; }

/* wishlist button next to add-to-cart button not below */
input#btnAddToCart ~ div.pad-10 { display: inline; }

/* any element on any page with an id that contains RewardPoints just hide the damn thing */
*[id*="RewardPoints"] { display: none !important; }
.PointsTotal, .RewardPointsEarned { display: none !important; }
/* any element on any page with a class that contains ReviewDisplay just hide the damn thing */
*[class*="ReviewDisplay"] { display: none !important; }
/* any element on any page with a class that contains addthis (social media sharing) just hide the damn thing */
*[class*="addthis"] { display: none !important; }

/* Move the carosel arrows off of the thumb carosel */
.bx-prev { left: -50px !important; }
.bx-next { right: -50px !important; }

/* Constrain Main Photo View Field */
.main-product-photo { display: flex !important; justify-content: center; align-items: center !important; width: 100%; height: 730px; }
.main-product-photo #PhotoThumbnails_imgPhoto { height: auto !important; width: auto !important; max-width: 100% !important; max-height: 100% !important; }
.zoomImg { width: auto !important; height: auto !important; }

.lb-nav a.lb-next, .lb-nav a.lb-prev { opacity: 1 !important; width: 35px !important; }
.lb-nav a.lb-next { position: absolute !important; right: -70px !important; background: url(/Shared/images/lb-right-arrow.png) !important; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important; height: 35px !important; width: 35px !important; top: 45% !important; }
.lb-nav a.lb-prev { position: absolute !important; left: -70px !important; background: url(/Shared/images/lb-left-arrow.png) !important; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important; height: 35px !important; width: 35px !important; top: 45% !important; }
.lb-number { display: none !important; }
.lb-close { background: url(/Shared/images/lb-close-lb.png) !important; width: 35px !important; height: 35px !important; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; z-index: 20 !important; position: absolute !important; top: 0 !important; right: 80px !important; }
.lb-image { border: none !important; }
@media (max-width: 767px) {
 .lb-close { right: 5px !important; }
 .lb-nav a.lb-next { right: 0px !important; }
 .lb-nav a.lb-prev { left: 0px !important; }
}
/* Libra Box CSS */
.libraBox { width: 100%; position: fixed; top: 0; left: 0; height: 100vh; z-index: 6666666; display: none; }
.LayoutContentInner, .LayoutContent { position: inherit !important; }
.lbWrap { background-color: rgba(0, 0, 0, 0.6); }
.lbCloseA { float: right; margin: 20px 20px 0 0; cursor: pointer; }
.lb-head { overflow: hidden; display: block; padding-bottom: 20px; }
.lbMainPhoto { margin: 0 auto; width: auto; height: 80vh; display: block; }
.lbNav { position: relative; }
.lbPrevA { position: absolute; top: -40vh; left: 18%; cursor: pointer; z-index: 66666666666; }
.lbNextA { position: absolute; top: -40vh; right: 18%; cursor: pointer; z-index: 66666666666; }
.lbMain { padding-bottom: 200px; }
.lbOpened { display: block !important; }
.noDisplay { display: none !important; height: 0px !important; width: 0px !important; }

/* Need To Remove Original AC Lightbox */
.big-image, .big-image-thumbs { display: none !important; }

/* Fix For Zoom */
.zoomImg { position: absolute !important; top: 0; left: 0; border: none; opacity: 0; }
.zoomImgShow { opacity: 1 !important; }
.main-product-photo { overflow: hidden !important; }

/* Responsive */
@media (max-width: 1199px) {
.lbWrap { height: 100vh !important; }
.lbMainPhoto { max-height: 73vh !important; max-width: 65% !important; height: auto !important; }
.lbPrevA { left: 10% !important; top: -30vh !important; }
.lbNextA { right: 10% !important; top: -30vh !important; }
}
@media (max-width: 767px) {
.zoomImg { display: none !important; }
img.zoomImg { display: none !important; pointer-events: none !important; }
.main-product-photo, .zoom { pointer-events: none; }
}
@media (max-width: 444px) {
.main-product-photo { height: 454px !important; }
}
/* [/ProductDetails] */

/* [Catalog] */
.CatalogItemQuantityBox input { width: 75px !important; text-align: center; }
/* [/Catalog] */

/* [Category] */
.product-list div[class*=col-] { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.category-product .thumbnail { min-height: 260px; line-height: 260px; margin-bottom: 10px; }
.category-product .thumbnail img { display: inline; }

.Pagination li { border-radius: 2px; }
.Pagination li:first-child { margin-left: 5px; }
.Pagination li > a, .Pagination li > a:hover { color: inherit; border-radius: 2px; }
.Pagination .CurrentPage { color: #ccc; }


.category-product .description { display: none; opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.list-view.category-product .description { display: block; opacity: 1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.list-view .thumbnail {  }
.list-view-only { display: none; opacity: 0; }
.list-view .list-view-only { display: block; opacity: 1; }

/* displaying #imgCatImage as display:none, decided to not show this image */
body.Category #imgCatImage { max-height: 200px; max-width: 150px; display: none; }

/* added these to make category images and names display nicely */
body.Category .CategoryChildCategories img { max-height: 200px; } 
body.Category .CategoryChildCategories { max-width: 150px; }
/* [/Category] */

/* [ShoppingCart] */
.acceptedPaymentMethodLogos .PayPalCommerce { background: url("/store/images/logo/paypal.png") no-repeat; }
.acceptedPaymentMethodLogos .ApplePay { background: url("/store/images/logo/applepay.png") no-repeat; }
.acceptedPaymentMethodLogos .PayWithAmazon { background: url("/store/images/logo/amazonpay.png") no-repeat; }
.acceptedPaymentMethodLogos .AffirmCheckout { background: url("/store/images/logo/affirm.png") no-repeat; }
.acceptedPaymentMethodLogos .Afterpay { background: url("/store/images/logo/afterpay.png") no-repeat; }
.acceptedPaymentMethodLogos .Sezzle { background: url("/store/images/logo/sezzle.png") no-repeat; }
.acceptedPaymentMethodLogos .Apruve { background: url("/store/images/logo/apruve.png") no-repeat; }
.acceptedPaymentMethodLogos .Coinbase { background: url("/store/images/logo/coinbase.png") no-repeat; }
.acceptedPaymentMethodLogos .OrangeMoney { background: url("/store/images/logo/orangemoney.png") no-repeat; }
.acceptedCreditCardLogos div[role="img"], .acceptedPaymentMethodLogos li[role="img"] { background-position: center; }
.acceptedPaymentMethodLogos { padding: 0; }
.ShoppingCartTable { width: 100%; }
.ShoppingCart { text-align: left; padding: 30px 0 0; vertical-align: top; }


.ShoppingCartProductDescriptionHeader { width: 235px; }
.ShoppingCartSpacer { width: 20px; padding: 0; }
.ShoppingCartUnitPriceHeader { text-align: center; }
.ShoppingCartTotalHeader { text-align: center; }
.ShoppingCartQuantityHeader { text-align: center; }

.CartBorder { border: none; height: 75px; }
.ShoppingCartQuantity .CartBorder { line-height: 1; }
.ProductInfo { margin: 0; }
.ItemName a { color: #000; }
.ItemNumber { color: #666; font-size: 11px; }
.Variants { color: #666; font-size: 11px; }
.Personalizations { color: #666; font-size: 11px; }

.ShoppingCartPrice { font-weight: normal; font-size: 20px; text-align: center; padding: 30px 0 0 0; vertical-align: top; }
.ShoppingCartQuantity { text-align: center; vertical-align: top; }
.ShoppingCartRemove { text-align: center; }
.UnderCartSubTotal { border: 1px solid #dddfde; border-left: none; border-right: none; margin-top: 30px; font-size: 23px; font-weight: bold; text-align: right; padding: 10px 20px; line-height: 100%; text-transform: uppercase; }

.UpdateButton { font-size: 10px; }
.ShoppingCartPage td.ShoppingCartTotals { text-align: left; padding: 5px; font-weight: bold; }
td.ShoppingCartTotals { text-align: right; }
td.ShoppingCartDiscount { text-align: left; padding: 5px; }
.ShoppingCartClear { float: left; text-align: left; }
.ShoppingCartChildBranch { float: left; vertical-align: top; }
.dvChkSelect { display: inline; }
.PayPalGoogleCO { text-align: center; }
.ShoppingCartError { text-align: center; }
#dvCalculateShippingForm { text-align: left; }
.ShippingCalcLabel { font-weight: bold; }
.ShippingCalcField { padding: 5px 0 0 0; }
.ShippingCalcFieldLabel { display: block; text-align: left; padding: 2px 0 0; }
.ShoppingCartSelectCheckbox { border: 0; }
.ShoppingCartQtyTextbox { width: 40px; text-align: center; }
.ShoppingCartInlineCalculateShippingForm { display: inline; }
.ShoppingCartInlinePostalCode { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox { width: 72px; }
.ShoppingCartCouponCodeTextbox { width: 80px; }
.ShoppingCartSavedCartText { text-align: center; }

.cartCents, .cartUnits { font-size: 60%; top: -5px; position: relative; }
.CartItemPriceArea, .CartItemTotalArea, .CartUpdateItemArea { display: table; margin: 0 auto; text-align: center; height: 75px; line-height: 1; }
.CartItemPriceArea > div, .CartItemTotalArea > div, .CartUpdateItemArea > div { display: table-cell; vertical-align: middle; }

.SubTotal { font-size: 25px; font-weight: bold; text-transform: uppercase; color: #000; }
.Discounts { color: #dd4c15; line-height: 25px; }
.ShippingCost { line-height: 25px; }
.LineItemPrice { float: right; text-align: right; font-weight: bold; font-size: 23px; *position: relative; *top: -25px; }
.PriceNegative { color: #dd4c15; }


.GiftCertificates p { font-size: 11px; opacity: 0.75; }
.GiftCertificates .LineItemPrice { font-size: 15px; }

.ShoppingCartTotalsArea { position: relative; clear: both; }
.ShoppingCartTotalsTable { width: 100%; margin-bottom: 15px; }
.ShoppingCartLeftBottom { text-align: center; }

.OrderTotal { line-height: 25px; font-size: 15px; margin: 20px 0; padding: 10px 0 0; border-top: 1px solid #dddfde; }
.OrderTotal .LineItemPrice { font-size: 30px; }

.ShoppingCartButtons { margin: 20px 0 20px; text-align: right; }
.ShoppingCartCustomMessage {  }
.TopCheckoutButton { text-align: right; }

.PayWith { position: relative; border: 1px solid #dddfde; border-radius: 4px; padding: 20px 0 15px; margin: 20px 0 0; text-align: center; }
.PayWith strong { position: absolute; top: -7px; font-style: italic; display: block; margin-left: -50px; background: #fff; width: 100px; line-height: 100%; left: 50%; font-size: 13px; }

.ShoppingCartCouponCode { padding: 20px 0; }
.ShoppingCartCouponCode h3 { text-transform: uppercase; cursor: pointer; font-size: 18px; color: #333; background: none; }
.ShoppingCartCouponCode .expand {  }
.CouponEntry { display: none; position: relative; margin: 0 0 20px 0; }
.CouponMsg { margin: 5px 0; }

.ShippingSelect { position: relative; margin: 0 5px 0 0; }
.ShippingSelect select { width: 210px; }
.ShippingSelect input { float: right; }
.ShippingSelect input[type=radio] { float: none; width: auto; }
.ShippingSelect input[type=radio] + label { display: inline; padding: 0; }
.acceptedCreditCardLogos {  }
.acceptedCreditCardLogos div, .acceptedPaymentMethodLogos li { display: inline-block; *display: inline; zoom: 1; margin: 0px 2px 10px; padding: 0; height: 22px; width: 33px; }
.acceptedCreditCardLogos .jcb { background: url("/store/i/jcb_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos  span { display: none; }
.acceptedCreditCardLogos .visa { background: url(../images/ccs/visa.png) no-repeat; }
.acceptedCreditCardLogos .amex { background: url(../images/ccs/amex.png) no-repeat; }
.acceptedCreditCardLogos .discover { background: url(../images/ccs/discover.png) no-repeat; }
.acceptedCreditCardLogos .bankcard { background: url("/store/i/bankcard_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .mastercard { background: url(../images/ccs/mastercard.png) no-repeat; }
.acceptedCreditCardLogos .dinersclub { background: url("/store/i/diners_33x22.jpg") no-repeat; }

.LastItemAdded { font-size: 11px; min-height: 100px; margin-right: 255px; background: #f2f3f5; border-radius: 3px; padding: 1px; margin-bottom: 10px; }
.LastItemAdded img { float: left; margin-right: 10px; max-width: 75px; max-height: 80px; } 
.LastItemAdded strong { display: block; padding: 0 0 10px; border-bottom: 2px solid #DDDFDE; font-size: 15px; }


.UpsellItem { padding: 10px 0 0; display: block; margin: auto; cursor: pointer; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-color: transparent; border-style: solid; border-width: 1px; overflow: hidden; }
.UpsellItem:hover { background-color: #fff; border-color: #686868; color: #1D4B7C; text-decoration: none; }
.UpsellItemAddToCartText { visibility: hidden; padding: 4px; background: #686868; font-weight: bold; color: #fff; }
.UpsellItem:hover .UpsellItemAddToCartText { visibility: visible; }

input.ShoppingCartCheckoutThemeButton { width: 100%; height: 50px; font-size: 18px !important; }

.RewardPointsEarned { text-align: center; }
.PointsTotal { font-size: 12px; font-weight: normal; }

.ShoppingCartButtons .ThemeButton { margin-bottom: 4px; vertical-align: top; }
.ShoppingCartButtons .ThemeButton:last-of-type { margin-bottom: 0; }

.paypalBtn { padding-top: 10% !important; }
/* [/ShoppingCart] */

/* [LargeShoppingCart] */
.ShoppingCart {  }
.ShoppingCartHeader {  }
.ShoppingCartClear {  }
.ShoppingCartPrice {  }
.ShoppingCartTotals {  }
.ShoppingCartShippingInfo {  }
.ShoppingCartDiscount {  }
.ShoppingCartCouponCode {  }
.ShoppingCartThumbnail {  }
.ShoppingCartItemNr {  }
.ShoppingCartVariations {  }
.ShoppingCartPersonalize {  }
.ShoppingCartGiftMessage {  }
.ErrorText {  }
.ShoppingCartSelectCheckbox { border: 0; }
input.ShoppingCartQtyTextbox { width: 40px; padding: 0; }
.ShoppingCartInlineCalculateShippingForm { display: inline; }
.ShoppingCartInlinePostalCode { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox { width: 150px; }
.ShoppingCartCouponCodeTextbox { width: 80px; }
.ShoppingCartSavedCartText { text-align: center; }
.paypalBtn { text-align: center; padding-top: 5px; }

.ShoppingCartSpacer { display: none; } /* sco 2018 Feb */
/* [/LargeShoppingCart] */

/* [LinkGroup] */

/* [/LinkGroup] */

/* [MailingList] */

/* [/MailingList] */

/* [ManufacturerNavigationLinks] */

/* [/ManufacturerNavigationLinks] */

/* [MicroStoreDropDown] */
.MicroStoreDropDown { width: 160px; }
/* [/MicroStoreDropDown] */

/* [ProductDisplay] */
.FeaturedItemsRating {  }
.FeaturedItemsDetails {  }
.FeaturedItemsPriceHR {  }
.FeaturedItemsPriceAlignment {  }
.FeaturedItemsBuyMoreLinkHR {  }
.FeatureItemsThumbNail {  }
.PriceLabels {  }
.ProductDisplayBuyNowLink { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea { float: right; padding-right: 5px; display: inline; }
/* [/ProductDisplay] */

/* [ProductReviewsListing] */
.ProductReviewDimensionName {  }
.ProductReviewSummary {  }
.ProductReviewWriteLink {  }
.ProductReviewAllReviewsLink {  }
.ProductReviewTitle {  }
.ProductReviewRatings {  }
.ProductReviewBody {  }
.ProductReviewProsArea {  }
.ProductReviewProsHeader {  }
.ProductReviewPros {  }
.ProductReviewConsArea {  }
.ProductReviewConsHeader {  }
.ProductReviewCons {  }
.ProductReviewItemMeta {  }
/* [/ProductReviewsListing] */

/* [QuickOrderEntry] */
.QuickOrderEntryHeader { text-align: center; }
.QuickOrderEntryItemNumberTextbox { width: 100px; }
.QuickOrderEntryQuantityTextbox { width: 50px; }
.QuickOrderEntryAddButton { text-align: center; }
/* [/QuickOrderEntry] */

/* [RepeatedList] */

/* [/RepeatedList] */

/* [RSSFeedReader] */

/* [/RSSFeedReader] */

/* [SearchBox] */

/* [/SearchBox] */

/* [SmallShoppingCart] */
.SmallCartItemLink { text-decoration: underline; }
input.SmallCartQtyTextbox, input.SmallCartQtyTextbox:focus { padding: 0; border: none; border-bottom: 1px dotted #ccc; height: auto; width: 30px; box-shadow: none; border-radius: 0; text-align: center; }
input.SmallCartQtyTextbox:focus { border-color: #66afe9; }
.SmallCartItem .badge { line-height: 20px; width: 20px; padding: 0; }
/* [/SmallShoppingCart] */

/* [Tabs] */

/* [/Tabs] */

/* [TreeNavigation] */
.Node {  }
.NodeHover {  }
.NodeSelected {  }
.RootNode {  }
.LeafNode {  }
.Island {  }
/* [/TreeNavigation] */

/* [WidgetArea] */

/* [/WidgetArea] */

/* [Widget6082] */
.Control_6082 { float: left; }
.ControlHeader_6082 {  }
.ControlItem_6082 {  }
.ControlLink_6082 {  }
.ControlLink_6082 a {  }
.ControlLink_6082 a:hover {  }
.ControlLinkSeperator_6082 {  }
.ControlText_6082 {  }
.ControlInput_6082 {  }
.ControlFooter_6082 {  }
/* [/Widget6082] */

/* [Widget6083] */
.Control_6083 { float: right; }
.ControlHeader_6083 {  }
.ControlItem_6083 {  }
.ControlLink_6083 {  }
.ControlLink_6083 a {  }
.ControlLink_6083 a:hover {  }
.ControlLinkSeperator_6083 {  }
.ControlText_6083 {  }
.ControlInput_6083 {  }
.ControlFooter_6083 {  }
/* [/Widget6083] */

/* [Widget6076] */
.Control_6076 { text-align: right; }
.ControlHeader_6076 {  }
.ControlItem_6076 {  }
.ControlLink_6076 {  }
.ControlLink_6076 a {  }
.ControlLink_6076 a:hover {  }
.ControlLinkSeperator_6076 {  }
.ControlText_6076 {  }
.ControlInput_6076 {  }
.ControlFooter_6076 {  }
/* [/Widget6076] */

/* [Buttons] */
/* .ThemeButton { display: inline-block; background: #e4e4e4; -webkit-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -moz-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: none; padding: 7px 15px; font-family: arial; font-size: 11px; color: #595959; font-weight: bold; cursor: pointer; }
.ThemeButton:hover { -webkit-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; -moz-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; color: #424242; }
.ThemeButton:active { background: #e6e6e6; -webkit-box-shadow: 0px 1px 5px 0px #808080 inset; -moz-box-shadow: 0px 1px 5px 0px #808080 inset; box-shadow: 0px 1px 5px 0px #808080 inset; } */
.GoThemeButton { padding: 5px; }
/* [/Buttons] */

/* [Slideshow] */
.Slideshow { position: relative; }
.SlideList, Slide { margin: 0; padding: 0; list-style: none; }
.Slide { overflow: hidden; }
.SlideshowButtons { margin: 0; padding: 0; left: 1em; bottom: 1em; position: absolute; display: none; }
.SlideshowButton { margin: 0 1em 0 0; padding: 0; float: left; list-style: none; }
.SlideshowButtonLink { float: left; width: 20px; height: 20px; text-indent: -9999px; border: 3px solid #222; border-radius: 50%; }
.SlideshowButtonLinkCurrent { background: #222; }
.SlideshowButtonLink:focus { outline: none; }
.SlideshowPrevious { position: absolute; left: 0px; color: #fff; background: url("/Shared/Themes/BigStoreGamblers (latest) [clone 636543785720481937]/images/SlideshowPrevious.png") no-repeat; font-size: 0px; line-height: 0px; }
.SlideshowNext { position: absolute; right: 0px; background: url("/Shared/Themes/BigStoreGamblers (latest) [clone 636543785720481937]/images/SideshowNext.png") no-repeat; font-size: 0px; line-height: 0px; }
.SlideshowPreviousLink { color: #fff; padding: 36px; display: block; }
.SlideshowNextLink { color: #FFFFFF; display: block; padding: 36px; }
/* [/Slideshow] */

/* [Widget5986] */
.Control_5986 {  }
.Control_5986 table { background: #f2f3f5; }
.Control_5986 td { vertical-align: top; }
.ControlHeader_5986 { font-size: 13px; font-style: italic; margin: 10px 0; text-align: center; }
.ControlItem_5986 { text-align: center; padding: 20px 0; border-bottom: 1px solid #dfdfe1; margin: 0 12px; }
.Control_5986 tr:last-child .ControlItem_5986 { border: none; }
.ControlLink_5986 { padding: 10px 0; display: block; width: 120px; overflow: hidden; text-overflow: ellipsis; }
.Control_5986 img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; }
.Control_5986 .lblPriceLabel { display: none; }
.Control_5986 .UpsellItemPrice { font-size: 20px; }
/* [/Widget5986] */

/* [BlogRoll] */
/* these are shared between Blog Post, Blog Roll, and Blog Roll Widget */

.BlogPostCommentProfileName {  }
.BlogPostTitle { padding: 0; font-weight: normal; }
.BlogPostImage {  }
.BlogPostCategoryAndTags { padding: 15px 0; color: #999; }
.BlogPostTags { padding: 0 0 0 10px; display: inline; }
.BlogPostTag { display: inline-block; *display: inline; padding: 0 3px; background: #eee; border-radius: 3px; border: 1px solid #ddd; margin: 0 5px 0 0; }
.BlogPostTag a { color: #999; }
.BlogPostCategories, .BlogPostCategory { display: inline; }
.BlogCommentModerationMessage { background: #FEEFB3; color: #9F6000; border: 1px solid #9F6000; border-radius: 5px; padding: 10px; margin: 10px; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.BlogCommentModerationMessage.Flash { background: #FFF5CF; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.BlogPostComments  .BlogPostCommentsHeader, .BlogPostComments  .BlogPostCommentsHeader h3, .BlogPostComments  .BlogPostCommentCount { display: inline; font-size: 24px; }


.BlogRoll .BlogPostCommentProfileImage { float: left; padding-right: 10px; }
.BlogRoll .BlogPostCommentText { margin: 0; }
.BlogRoll .BlogPostCommentDisplayName { margin-top: -5px; }
.BlogRoll .BlogPostCommentsAddTextbox { height: 50px; }
.BlogRollFeedLinks { float: right; padding: 5px 0; }
.BlogRollBlogImage { padding: 0 0 10px 0; max-width: 100%; }
.BlogRollBlogImage img { display: block; max-width: 100%; }

.BlogPostDatePretty { position: relative; float: left; width: 50px; height: 45px; color: #999; margin: 10px 10px 10px 0; }
.DateMonth, .DateDay, .DateYear { position: absolute; text-indent: -9999px; background: url(/store/i/a/login-date-sprite.png) no-repeat; }
.DateMonth { top: 0; left: 0; width: 30px; height: 18px; }
.DateDay { top: 18px; font-size: 18px; line-height: 18px; width: 31px; height: 24px; text-align: center; }
.DateYear { right: 0; top: 0px; width: 21px; height: 45px; }
.month-1 { background-position: 0px -50px; }
.month-2 { background-position: 0px -81px; }
.month-3 { background-position: 0px -112px; }
.month-4 { background-position: 0px -143px; }
.month-5 { background-position: 0px -174px; }
.month-6 { background-position: 0px -205px; }
.month-7 { background-position: 0px -236px; }
.month-8 { background-position: 0px -267px; }
.month-9 { background-position: 0px -298px; }
.month-10 { background-position: 0px -329px; }
.month-11 { background-position: 0px -360px; }
.month-12 { background-position: 0px -391px; }

.day-1 { background-position: -51px -45px; }
.day-2 { background-position: -51px -76px; }
.day-3 { background-position: -51px -107px; }
.day-4 { background-position: -51px -138px; }
.day-5 { background-position: -51px -169px; }
.day-6 { background-position: -51px -200px; }
.day-7 { background-position: -51px -231px; }
.day-8 { background-position: -51px -263px; }
.day-9 { background-position: -51px -294px; }
.day-10 { background-position: -51px -325px; }
.day-11 { background-position: -51px -356px; }
.day-12 { background-position: -51px -387px; }
.day-13 { background-position: -51px -418px; }
.day-14 { background-position: -51px -449px; }
.day-15 { background-position: -101px -45px; }
.day-16 { background-position: -101px -76px; }
.day-17 { background-position: -101px -107px; }
.day-18 { background-position: -101px -139px; }
.day-19 { background-position: -101px -171px; }
.day-20 { background-position: -101px -201px; }
.day-21 { background-position: -101px -232px; }
.day-22 { background-position: -101px -263px; }
.day-23 { background-position: -101px -294px; }
.day-24 { background-position: -101px -325px; }
.day-25 { background-position: -101px -356px; }
.day-26 { background-position: -101px -387px; }
.day-27 { background-position: -101px -418px; }
.day-28 { background-position: -101px -450px; }
.day-29 { background-position: -101px -482px; }
.day-30 { background-position: -101px -513px; }
.day-31 { background-position: -101px -545px; }

.year-2011 { background-position: -145px -7px; }
.year-2012 { background-position: -145px -79px; }
.year-2013 { background-position: -145px -145px; }
.year-2014 { background-position: -145px -212px; }
.year-2015 { background-position: -145px -267px; }
.year-2016 { background-position: -145px -322px; }
.year-2017 { background-position: -145px -378px; }
.year-2018 { background-position: -145px -433px; }
.year-2019 { background-position: -145px -488px; }
.year-2020 { background-position: -145px -544px; }
/* [/BlogRoll] */

/* [BlogPost] */
.BlogPostCommentNameDate { font-size: 10px; }

.BlogPostAddCommentHide, .HideComments { display: none; }
.BlogPostCommentHighlightCurrent { background: #FFFCDF; border-radius: 3px; box-shadow: 0 0 10px rgba(0,0,0,0.2); }

.AdminCommentLabel, .AuthorCommentLabel { display: none; }
.AdminCommentLabel.BlogPostCommentByAdmin { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; }
.AuthorCommentLabel.BlogPostCommentByAuthor { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; }

.CommentReplies { margin-left: 100px; }
/* [/BlogPost] */

/* [Profile] */
.ProfileName { float: left; }
.PofileImage { float: right; padding: 0 0 20px 20px; }
.ProfileInfoTable { margin: 10px 0; clear: left; }
.ProfileTableHeader { margin-top: 20px; clear: both; }
.ProfileTable { width: 100%; }
.ProfileTable th { background: #eee; text-align: left; padding: 3px; }
.ProfileTable td { padding: 3px; border-bottom: 1px solid #eee; }
/* [/Profile] */

/* [BlogTagCloud] */
.BlogTagCloud.Control { text-align: justify; }
.TagCloudList { list-style-type: none; margin: 0; padding: 0; }
.BlogTagCloud .ControlItem { display: inline; padding: 0 5px 0 0; vertical-align: bottom; } 
.BlogTagCloud .ControlLink_Link { -webkit-transition: 0.5s; -moz-transition: -.5s; }
.BlogTagCloud .TagCloud_MinSize { opacity: 0.5; }
.BlogTagCloud .TagCloud_MedSize {  }
.BlogTagCloud .TagCloud_MaxSize { font-weight: bold; }
.BlogTagCloud .ControlLink_Link:hover { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; }
/* [/BlogTagCloud] */

/* [WriteReview] */
ul.TagList li { width: 32%; }
ul.TagList:after { content: ''; display: table; clear: left; }
/* [/WriteReview] */

/* [OnePageCheckOut] */
.checkout .ShoppingCartTotals { text-align: left; font-size: inherit; font-weight: normal; padding: 5px 0; }
.checkout .ShoppingCartTotals b { font-weight: normal; }
.checkout .ShoppingCartPrice { font-size: inherit; text-align: right; padding: 5px 0; white-space: nowrap; }
#trDiscount a, #trDiscount a:hover { text-decoration: none; }
#trTotal span, #trTotal b, #trAdjustedTotal span, #trAdjustedTotal b { font-weight: bold; }
.OrderGiftingArea input[type=checkbox] { margin-right: 5px; }
#addrBilling_ddAddressList_dd_ddCombo, #addrShipping_ddAddressList_dd_ddCombo, #ddExpireMonth, #txtPointsToApply { width: 100% !important; }

.checkout label { position: relative; font-size: 1em; padding: 20px 0 0; }
.checkout label > span { position: absolute; top: 25px; line-height: 25px; left: 10px; font-size: 1em; font-weight: normal; transition: 0.1s; opacity: 0.5; cursor: text; }
.checkout label  span span, .checkout label input[type=checkbox] + span { position: static; opacity: 1; }
.checkout label.active span, .checkout label.filled span, .checkout label select ~ span, .checkout label select + span, .checkout .address-book-label span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; }

/* this is a duplicate of the above rule, it seems to break firefox if it's included with the above selectors for some reason */
.checkout input:-webkit-autofill + span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; }

.checkout input[type=checkbox], .checkout input[type=radio] { width: auto !important; }

.checkout label span.ErrorText { position: static; font-size: 12px; line-height: 1; color: #df8f8e; padding: 0; opacity: 1; margin: 10px 0 0; background: none; box-shadow: none; border: none; }
.field-has-error { background: #ffe4e3 !important; border-color: #df8f8e !important; }

.zip-code { display: table; }
.zip-code > div { display: table-cell; }
.zip-code label span { font-size: 12px; }
.zip-plus4 { max-width: 100px; }
.zip-plus4 input { padding: 0; }
.zip-plus4 > div { padding-left: 5px !important; }
.zip-plus4 > div:empty { padding: 0; }
.zip-plus4 > div:empty + span { display: none; }

.PublicCommentsArea { width: auto !important; position: static; float: none !important; }

.RequiredField { color: #df8f8e; font-weight: bold; line-height: 1; font-size: 150%; padding-left: 5px; }

.payment-method .payment-name { cursor: pointer; }
.payment-method .payment-name:before { display: inline-block; content: ' '; width: 0px; height: 0px; border-style: solid; border-color: transparent transparent transparent; border-left-color: inherit; border-width: 5px 5px 5px 10px; position: relative; top: -3px; }
.payment-method.active .payment-name:before { border-color: transparent; border-top-color: inherit; border-width: 10px 5px 5px 5px; top: 2px; }

.custom-fields .field { min-height: 80px; }

label.remove-payment, label.image-input-replace { position: relative; padding: 0; font-weight: inherit; }

label.remove-payment a, label.image-input-replace a { cursor: pointer; position: relative; z-index: 1; }

label.remove-payment input, label.image-input-replace input { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; }

.floating-totals { min-height: 1px; }


.PayPalExpress .payment-name, .PayPal .payment-name { background: url('../images/paypal-logo.png') no-repeat top left; text-indent: 90px; margin-left: 20px; height: 25px; }
.PayPalExpress .payment-name:before, .PayPal .payment-name:before { left: -110px; }
.PayPalExpress .payment-name span, .PayPal .payment-name span { display: none; }
.PayPal .paypal-text { display: none; }
.PayPal.active .paypal-text { display: block; }
.OnePageCheckOut .ShoppingCartCouponCode { padding: 0; }
.PayPalCommerce .payment-name { background: url('https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 26px; }
.PayPalCommerce .payment-name span { display: none; }
.PayPalCommerce .payment-name:before { left: -147px; }
.CardNumberIframe { height: 35px; }
.Afterpay .payment-name { background: url('/store/images/afterpay.png') no-repeat top left; background-size: 126px 35px; text-indent: 127px; margin-left: 20px; height: 30px; }
.Afterpay .payment-name:before { left: -147px; }
/* [/OnePageCheckOut] */

/* [MyAccount] */
.MyAccountPercentBarArea { border: 1px solid #999; border-radius: 5px; }
.MyAccountPercentBarInner { padding: 1px; }
.MyAccountPercentBar { border-radius: 4px; background: #66CC66; box-shadow: -5px -5px 5px rgba(0,0,0,0.25) inset, 5px 5px 5px rgba(255,255,255,0.5) inset; text-align: center; font-weight: bold; font-size: 11px; line-height: 15px; }

.MyAccountShowHideTable { display: none; }

.MyAccountSection .StarRatings { float: none; margin: 0 auto; }
.MyAccountSection .StarRatings td { padding: 0 2px; border: none; }
.CustomField.MyAccountSectionEntry { padding: 0 0 10px; width: 48%; float: left; min-height: 40px; }
.CustomField.MyAccountSectionEntry:nth-child(2n) { margin-bottom: 15px; }
#trAddNew { font-weight: bold; }
/* [/MyAccount] */

/* [CustomerLogin] */
.CustomerLoginEmailTextbox { width: 180px; }

.FacebookButton { background-color: #4c66a4; color: #fff; }
.FacebookButton:hover { background-color: #364c7c; color: #fff; } 
.FacebookButton .icon-facebook { font-size: 1.2em; }
/* [/CustomerLogin] */

/* [CategoryNavigationLinks] */
.BrowseCategoryIcon {  }

a.category-link .namebelowphoto { padding-top: 10px; }
/* [/CategoryNavigationLinks] */

/* [AttributeNavigationLinks] */
.BrowseByAttributeFilterButtonArea {  }
.BrowseByAttHeader {  }
.MoreAttributesLink { cursor: pointer; }
.MoreAttributes { display: none; }
/* [/AttributeNavigationLinks] */

/* [HTML] */

/* [/HTML] */

/* [Carousel] */

/* [/Carousel] */

/* [Widget3921] */
.Control_3921 {  }
.ControlHeader_3921 {  }
.ControlItem_3921 {  }
.ControlLink_3921 {  }
.ControlLink_3921:hover {  }
.ControlLink_3921 a {  }
.ControlLink_3921 a:hover {  }
.ControlLink_Link_3921 {  }
.ControlLink_Link_3921:hover {  }
.ControlLinkSeperator_3921 {  }
.ControlText_3921 {  }
.ControlInput_3921 {  }
.ControlFooter_3921 {  }
.SmallCartItemLink_3921 { text-decoration: underline; }
.SmallCartQtyTextbox_3921 { border-color: #333333; border-width: 1px; border-style: Solid; font-size: 8pt; width: 30px; }
/* [/Widget3921] */

/* [Widget328] */
.Control_328 h4 { margin-bottom: 0; }
/* [/Widget328] */

/* [Widget6093] */
.ControlLink_6093:hover {  }


.ControlLink_Link_6093 {  }
.ControlLink_Link_6093:hover {  }
/* [/Widget6093] */

/* [Widget10628] */
/* float: left; width: 400px; */ 
.Control_10628 h4 { margin-bottom: 0; }
.ControlHeader_10628 {  }
.ControlItem_10628 {  }
.ControlLink_10628 {  }
.ControlLink_10628:hover {  }
.ControlLink_10628 a {  }
.ControlLink_10628 a:hover {  }
.ControlLink_Link_10628 {  }
.ControlLink_Link_10628:hover {  }
.ControlLinkSeperator_10628 {  }
.ControlText_10628 {  }
.ControlInput_10628 {  }
.ControlFooter_10628 {  }
.FeaturedItemsRating_10628 {  }
.FeaturedItemsDetails_10628 {  }
.FeaturedItemsPriceHR_10628 {  }
.FeaturedItemsPriceAlignment_10628 {  }
.FeaturedItemsBuyMoreLinkHR_10628 {  }
.FeaturedItemsThumbnail_10628 {  }
.PriceLabels_10628 {  }
.ProductDisplayBuyNowLink_10628 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_10628 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_10628 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_10628 { float: right; padding-right: 5px; display: inline; }

.Control_10628 .thumbnail .quick-view { top: 180px; }

.Control_10628 .caption { display: none; } /* no display product name or price here */
/* [/Widget10628] */

/* [Widget482430] */
.Control_482430 {  }
.Control_482430 a { font-size: 1.5em; }
/* [/Widget482430] */

/* [BlogDrillDown] */
.BlogDrillDownIcon { display: inline-block; *display: inline; zoom: 1; padding: 0 5px; vertical-align: middle; }
.BlogDrillDown .ControlLink { display: inline-block; *display: inline; zoom: 1; }
/* [/BlogDrillDown] */

/* [UploadFile] */
.ShippingEstimationRateTable td { padding: 5px 0; }
.ShippingEstimationRate span { padding-left: 10px; font-weight: bold; }
/* [/UploadFile] */

/* [AttributeGroupLinks] */

/* [/AttributeGroupLinks] */

/* [MenuBar] */

/* [/MenuBar] */

/* [Widget3920] */
.Control_3920 {  }
.Control_3920  .navbar { background: #eab649; border: none; height: 70px; }
.Control_3920  .navbar-default .navbar-nav > li > a { color: #fff; line-height: 40px; border-right: 1px solid #ad2121; }
.Control_3920  .navbar-default .navbar-nav > li > a:hover { background: #ad2121; }
.Control_3920 .navbar-collapse { padding-left: 0; padding-right: 0; }
.ControlHeader_3920 {  }
.ControlItem_3920 {  }
.ControlLink_3920 {  }
.ControlLink_3920:hover {  }
.ControlLink_3920 a {  }
.ControlLink_3920 a:hover {  }
.ControlLink_Link_3920 {  }
.ControlLink_Link_3920:hover {  }
.ControlLinkSeperator_3920 {  }
.ControlText_3920 {  }
.ControlInput_3920 {  }
.ControlFooter_3920 {  }
/* [/Widget3920] */

/* [Widget3997] */
.Control_3997 .navbar { background: #1f2123; height: 64px; border: none; }
.Control_3997 .navbar-default .navbar-nav > li > a { line-height: 34px; border-right: 1px solid #000; }
.ControlHeader_3997 {  }
.ControlItem_3997 {  }
.ControlLink_3997 {  }
.ControlLink_3997:hover {  }
.ControlLink_3997 a {  }
.ControlLink_3997 a:hover {  }
.ControlLink_Link_3997 {  }
.ControlLink_Link_3997:hover {  }
.ControlLinkSeperator_3997 {  }
.ControlText_3997 {  }
.ControlInput_3997 {  }
.ControlFooter_3997 {  }
/* [/Widget3997] */

/* [Widget460] */
.Control_460 .navbar { background: none; border-bottom: none; margin-bottom: 0; }
.Control_460 .navbar-default .navbar-right .navbar-nav  > li > a, .Control_460 .navbar-default .navbar-right .navbar-nav  > li:first-child > a { border: none; background: none; color: #999; }
.Control_460 .navbar-default .navbar-right .navbar-nav  > li > a:hover { border: none; background: none; color: #fff; }

.Control_460 .navbar-default .navbar-nav > li > a { border-right: 1px solid #000; line-height: 20px; color: #999; }
.Control_460 .navbar-default .navbar-nav > li:first-child > a { border-left: 1px solid #000; }
.Control_460 .navbar-default .navbar-nav > li > a:hover { border-right: 1px solid #000; background: #1a1b1c; color: #fff; }
.Control_460 .navbar-collapse { padding-left: 0; padding-right: 0; }
/* [/Widget460] */

/* [Widget10770] */
.Control_10770 .navbar { background: #eab649; border-bottom: none; margin-bottom: 0; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.Control_10770 .navbar-collapse { padding-left: 0; padding-right: 0; }
.Control_10770 .navbar-default .navbar-nav > li > a { border-right: 1px solid #000; line-height: 40px; color: #000; padding-left: 25px; padding-right: 25px; padding-top: 5px; padding-bottom: 5px; }

.Control_10770 .navbar-default .navbar-nav > li:first-child > a { border-top-left-radius: 15px; }

.Control_10770 .navbar-default .navbar-nav > li > a:hover { border-right: 1px solid #000; color: #fff; background: #000; }
.ControlHeader_10770 {  }
.ControlItem_10770 {  }
.ControlLink_10770 {  }
.ControlLink_10770:hover {  }
.ControlLink_10770 a {  }
.ControlLink_10770 a:hover {  }
.ControlLink_Link_10770 {  }
.ControlLink_Link_10770:hover {  }
.ControlLinkSeperator_10770 {  }
.ControlText_10770 {  }
.ControlInput_10770 {  }
.ControlFooter_10770 {  }
/* [/Widget10770] */

/* [Widget8321] */
/* .Control_8321 .h-social { border: 1px solid #FFFFFF; border-radius: 25px; margin: 0 10px 0 10px; padding: 5px 15px; font-size: 20px; color: #fff; }
.Control_8321 .h-social2 { border: 1px solid #FFFFFF; border-radius: 25px; margin: 0 10px 0 10px; padding: 5px 10px; font-size: 20px; color: #fff; }
.Control_8321 .h-social a, .Control_8321 .h-social2 a { color: #fff; }
.Control_8321 .h-social a:hover, .Control_8321 .h-social2 a:hover { color: #ccc; text-decoration: none; } */
.Control_8321 .AutocompleteSearchBox { background: none repeat scroll 0 0 #646464; border: medium none; border-radius: 20px; padding: 14px; }
.h-search { margin-right: 10px; }
.Control_8321 .SearchGoThemeButton { display: none; }
.Control_8321 .col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 0; }
.Control_8321 a {  }
/* [/Widget8321] */

/* [Widget10629] */
.ControlInput_10629, .Control_10629 input[type="text"], .Control_10629 input[type="password"], .Control_10629 input[type="email"] { border: medium none; border-radius: 4px 0 0 4px; box-shadow: none; display: inline-block; line-height: 0; margin-bottom: 0; margin-right: 0; margin-top: 0; padding: 15px; }
.Control_10629 .MailingListGoThemeButton { background: none repeat scroll 0 0 #eab649; border: medium none; border-radius: 0 4px 4px 0; color: #FFFFFF; display: inline-block; font-size: 18px; margin: 0 0 0 -5px; padding: 12px; }
.Control_10629 { text-align: center; }
.ControlHeader_10629 { display: none; }

.ControlItem_10629 {  }
.ControlText_10629 {  }
.ControlInput_10629 {  }
/* [/Widget10629] */

/* [Widget335] */
.Control_335  .BlogRollBlogName { border-bottom: 1px solid #eab649; margin: 0; text-transform: uppercase; }
.Control_335  .BlogRollBlogName div { background: none repeat scroll 0 0 #eab649; color: #FFFFFF; display: inline-block; padding: 10px 16px; }
.Control_335  .BlogPostImage { margin-top: 20px; margin-bottom: 20px; }
/* [/Widget335] */

/* [MenuList] */

/* [/MenuList] */

/* [Widget482428] */
.Control_482428 .nav > li > a:hover, .nav > li > a:focus { background: none; background-color: none; color: #EAB649; }
.ControlHeader_482428 {  }
.ControlItem_482428 { color: #EAB649; }
.ControlLink_482428 {  }
.ControlLink_482428:hover {  }
.ControlLink_482428 a {  }
.ControlLink_482428 a:hover {  }
.ControlLink_Link_482428 {  }
.ControlLink_Link_482428:hover {  }
.ControlLinkSeperator_482428 {  }
.ControlText_482428 {  }
.ControlInput_482428 {  }
.ControlFooter_482428 {  }
/* [/Widget482428] */

/* [Widget482438] */
.Control_482438 {  }
strong .ControlHeader_482438 { display: none; }
.ControlItem_482438 {  }
.ControlLink_482438 {  }
.ControlLink_482438:hover {  }
.ControlLink_482438 a {  }
.ControlLink_482438 a:hover {  }
.ControlLink_Link_482438 {  }
.ControlLink_Link_482438:hover {  }
.ControlLinkSeperator_482438 {  }
.ControlText_482438 {  }
.ControlInput_482438 {  }
.ControlFooter_482438 {  }
.BrowseByAttributeFilterButtonArea_482438 {  }
.BrowseByAttHeader_482438 {  }
/* [/Widget482438] */

/* [Widget48242] */
.Control_48242 .well .row:last-child .ControlItem_48242 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; }
.Control_48242 a { color: #000; font-size: 16px; }
.LayoutLeftColumn .ProductDisplay strong .ControlHeader_48242 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; }
.ControlItem_48242 { padding-left: 0; border-bottom: 1px solid #DDDDDD; box-shadow: 0 1px 0 0 #FFFFFF; color: #000; margin-bottom: 20px; }
.ControlLink_48242 {  }
.ControlLink_48242:hover {  }
.ControlLink_48242 a {  }
.ControlLink_48242 a:hover {  }
.ControlLink_Link_48242 {  }
.ControlLink_Link_48242:hover {  }
.ControlLinkSeperator_48242 {  }
.ControlText_48242 {  }
.ControlInput_48242 {  }
.ControlFooter_48242 {  }
.FeaturedItemsRating_48242 {  }
.FeaturedItemsDetails_48242 {  }
.FeaturedItemsPriceHR_48242 {  }
.FeaturedItemsPriceAlignment_48242 {  }
.FeaturedItemsBuyMoreLinkHR_48242 {  }
.FeaturedItemsThumbnail_48242 {  }
.PriceLabels_48242 {  }
.ProductDisplayBuyNowLink_48242 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_48242 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_48242 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_48242 { float: right; padding-right: 5px; display: inline; }
/* [/Widget48242] */

/* [Widget48243] */
.Control_48243 .well .row:last-child .ControlItem_48243 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; }
.Control_48243 a { color: #000; font-size: 16px; }
.LayoutLeftColumn .ProductDisplay strong .ControlHeader_48243 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; }
.ControlItem_48243 { padding-left: 0; border-bottom: 1px solid #DDDDDD; box-shadow: 0 1px 0 0 #FFFFFF; color: #000; margin-bottom: 20px; }
.Control_48243 {  }
.ControlHeader_48243 {  }
.ControlItem_48243 {  }
.ControlLink_48243 {  }
.ControlLink_48243:hover {  }
.ControlLink_48243 a {  }
.ControlLink_48243 a:hover {  }
.ControlLink_Link_48243 {  }
.ControlLink_Link_48243:hover {  }
.ControlLinkSeperator_48243 {  }
.ControlText_48243 {  }
.ControlInput_48243 {  }
.ControlFooter_48243 {  }
.FeaturedItemsRating_48243 {  }
.FeaturedItemsDetails_48243 {  }
.FeaturedItemsPriceHR_48243 {  }
.FeaturedItemsPriceAlignment_48243 {  }
.FeaturedItemsBuyMoreLinkHR_48243 {  }
.FeaturedItemsThumbnail_48243 {  }
.PriceLabels_48243 {  }
.ProductDisplayBuyNowLink_48243 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_48243 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_48243 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_48243 { float: right; padding-right: 5px; display: inline; }
/* [/Widget48243] */

/* [Widget4824] */
.Control_4824 .well .row:last-child .ControlItem_4824 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; }
.Control_4824 a { color: #000; font-size: 16px; }
.LayoutLeftColumn .ProductDisplay strong .ControlHeader_4824 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; }
/* [/Widget4824] */

/* [Product Photo Center] */
.ProdCenterProductDetailsSocialBookmarks { display: inline-block; }
.ProdCenterTabs { margin-top: 20px; }
/* [/Product Photo Center] */

/* [Category Complex Grid] */
.CompGridProduct-list > div { width: 100%; float: left; }
.CompGridProduct-list .category-product { float: left; width: 25%; padding: 15px; margin-bottom: 15px; overflow: visible; }
.CompGridProduct-list > div:nth-of-type(1n+1) div.category-product { float: right; }
.CompGridProduct-list > div:nth-of-type(1n+1) div.category-product:first-of-type { overflow: visible; width: 50%; max-height: inherit; position: relative; }

.CompGridProduct-list > div:nth-of-type(2n+1) div.category-product { float: left; }
.CompGridProduct-list > div:nth-of-type(2n+1) div.category-product:first-of-type { min-height: inherit; width: 50%; max-height: inherit; position: relative; }
.CompGridProduct-list > div div.category-product:first-of-type a { max-height: inherit; height: 600px; line-height: 600px; }
.CompGridProduct-list .product-flag.bottom { bottom: -30px; }


.CompGridProduct-list .category-product .thumbnail { min-height: inherit; height: 285px; line-height: inherit; margin-bottom: 0px; overflow: hidden; }
.CompGridProduct-list .thumbnail { padding: 0; position: relative; }
.CompGridProduct-list .category-product { max-height: inhert; height: inherit; margin-bottom: 0; }
.CompGridProduct-list .category-product .thumbnail img { width: auto; max-width: 100%; max-height: 100%; padding-bottom: 30px; }

.thumbnail .CompGridCaption { bottom: 0; position: absolute; width: 100%; background: #111; color: #fff; line-height: 20px; }
.CompGridProduct-list > div div.category-product:first-of-type .thumbnail:hover .quick-view { top: 200px; }

.GridBlogRow article:nth-child(3n+1) { clear: both; }
.GridBlogRow article:first-child { clear: none; }
/* [/Category Complex Grid] */

/* [ProductCompare] */
.product-compare-table {  }
.product-compare-table tr > th:first-child:not(:last-child) { border-right: 1px solid #ccc; }
.product-compare-table tr > td:nth-child(2n), .product-compare-table tr > th:nth-child(2n) { background: #f9f9f9; }
.remove-link { top: -5px; right: -5px; }
.remove-link a { color: inherit; font-size: 16px; display: block; height: 20px; width: 20px; line-height: 20px; }
.remove-link a:hover { text-decoration: none; background: #666; color: #fff; border-radius: 25px; }
/* [/ProductCompare] */

/* [StoreTestimonials] */

/* [/StoreTestimonials] */

/* [Widget10630] */
.Control_10630 { clear: both; float: left; width: 500px; }
.ControlItem_10630 {  }
.ControlLink_10630 {  }
.ControlLink_10630:hover {  }
.ControlLink_10630 a {  }
.ControlLink_10630 a:hover {  }
.ControlLink_Link_10630 {  }
.ControlLink_Link_10630:hover {  }
.ControlLinkSeperator_10630 {  }
.ControlText_10630 {  }
.ControlInput_10630 {  }
.ControlFooter_10630 {  }
/* [/Widget10630] */

/* [ImageLogo] */

/* [/ImageLogo] */

/* [Widget482424] */
.Control_482424 { padding: 0px; text-align: right !important; }
.ControlHeader_482424 { padding: 0px; }
.ControlItem_482424 {  }
.ControlLink_482424 {  }
.ControlLink_482424:hover {  }
.ControlLink_482424 a {  }
.ControlLink_482424 a:hover {  }
.ControlLink_Link_482424 {  }
.ControlLink_Link_482424:hover {  }
.ControlLinkSeperator_482424 {  }
.ControlText_482424 {  }
.ControlInput_482424 {  }
.ControlFooter_482424 {  }
/* [/Widget482424] */

/* [Widget4824260] */
.Control_4824260 {  }
.ControlHeader_4824260 { font-size: 24px; color: #EAB649; }
.ControlItem_4824260 {  }
.ControlLink_4824260 {  }
.ControlLink_4824260:hover {  }
.ControlLink_Link_4824260 {  }
.ControlLink_Link_4824260:hover {  }
.ControlLinkSeperator_4824260 {  }
.ControlFooter_4824260 {  }
.BrowseCategoryIcon_4824260 {  }

/* makes them horiz insted of vert */
.Control_4824260 .nav-stacked>li+li { float: left; width: 200px; text-align: center; }

.Control_4824260 .nav>li>a>img { max-width: 180px; max-height: 260px; }
/* [/Widget4824260] */

/* [Widget4824261] */
.Control_4824261 {  }
.ControlHeader_4824261 { font-size: 24px; color: #EAB649; }
.ControlItem_4824261 {  }
.ControlLink_4824261 {  }
.ControlLink_4824261:hover {  }
.ControlLink_Link_4824261 {  }
.ControlLink_Link_4824261:hover {  }
.ControlLinkSeperator_4824261 {  }
.ControlFooter_4824261 {  }
.BrowseCategoryIcon_4824261 {  }

/* makes them horiz insted of vert */
.Control_4824261 .nav-stacked>li+li { float: left; width: 200px; text-align: center; }

.Control_4824261 .nav>li>a>img { max-width: 180px; max-height: 260px; }
/* [/Widget4824261] */

/* [Widget4824262] */
.Control_4824262 { float: left; width: 45%; }
.ControlHeader_4824262 {  }
.ControlItem_4824262 {  }
.ControlLink_4824262 {  }
.ControlLink_4824262:hover {  }
.ControlLink_4824262 a {  }
.ControlLink_4824262 a:hover {  }
.ControlLink_Link_4824262 {  }
.ControlLink_Link_4824262:hover {  }
.ControlLinkSeperator_4824262 {  }
.ControlText_4824262 {  }
.ControlInput_4824262 {  }
.ControlFooter_4824262 {  }
.Slideshow_4824262 { position: relative; }
.SlideList_4824262 { margin: 0; padding: 0; list-style: none; }
.Slide_4824262 { overflow: hidden; }
.SlideshowButtons_4824262 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_4824262 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_4824262 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_4824262 { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink:focus_4824262 { outline: none; }
.SlideshowPrevious_4824262 { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext_4824262 { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink_4824262 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_4824262 { color: #fff; padding: 5px; display: block; }
/* [/Widget4824262] */

/* [Widget4824263] */
.Control_4824263 { float: left; width: 45%; }
.ControlHeader_4824263 {  }
.ControlItem_4824263 {  }
.ControlLink_4824263 {  }
.ControlLink_4824263:hover {  }
.ControlLink_4824263 a {  }
.ControlLink_4824263 a:hover {  }
.ControlLink_Link_4824263 {  }
.ControlLink_Link_4824263:hover {  }
.ControlLinkSeperator_4824263 {  }
.ControlText_4824263 {  }
.ControlInput_4824263 {  }
.ControlFooter_4824263 {  }
.Slideshow_4824263 { position: relative; }
.SlideList_4824263 { margin: 0; padding: 0; list-style: none; }
.Slide_4824263 { overflow: hidden; }
.SlideshowButtons_4824263 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_4824263 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_4824263 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_4824263 { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink:focus_4824263 { outline: none; }
.SlideshowPrevious_4824263 { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext_4824263 { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink_4824263 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_4824263 { color: #fff; padding: 5px; display: block; }
/* [/Widget4824263] */

/* [Widget10773] */
.Control_10773 { position: absolute; top: -185px; right: 50px; z-index: 1000; }
.ControlHeader_10773 {  }
.ControlItem_10773 {  }
.ControlLink_10773 {  }
.ControlLink_10773:hover {  }
.ControlLink_10773 a {  }
.ControlLink_10773 a:hover {  }
.ControlLink_Link_10773 {  }
.ControlLink_Link_10773:hover {  }
.ControlLinkSeperator_10773 {  }
.ControlText_10773 {  }
.ControlInput_10773 {  }
.ControlFooter_10773 {  }
/* [/Widget10773] */

/* [Widget4799] */
.Control_4799 a { background-color: #EAB649; text-align: center; }
/* [/Widget4799] */

/* [Widget482421] */
.Control_482421 { width: 250px; padding: 10px 0 20px 0; float: left; }
.Control_482421 a { width: 250px; padding: 0px; }
/* [/Widget482421] */

/* [Widget4824265] */
.Control_4824265 { float: left; width: 650px; }

.Control_4824265 h1:first-child { margin-top: 0; color: black; }

.Control_4824265 h1:first-child a { color: black; }
.Control_4824265 h1:first-child a:hover { color: black; }
/* [/Widget4824265] */

/* [Widget4824269] */
.Control_4824269 {  }
.ControlHeader_4824269 {  }
.ControlItem_4824269 {  }
.ControlLink_4824269 {  }
.ControlLink_4824269:hover {  }
.ControlLink_Link_4824269 {  }
.ControlLink_Link_4824269:hover {  }
.ControlLinkSeperator_4824269 {  }
.ControlFooter_4824269 {  }
.BrowseCategoryIcon_4824269 {  }
/* [/Widget4824269] */

/* [Widget482422] */
.Control_482422 { float: left; margin-left: 55px; padding-top: 0px; color: #fff; }
.Control_482422 a {  }
.Control_482422 p { line-height: 1.5; }

.Control_482422 .actualno { margin: -12px 0 12px 119px; text-align: center; color: #eab649; font-size: 20px; letter-spacing: 9px; }
/* [/Widget482422] */

/* [Widget10631] */
.Control_10631 { margin-top: 20px; border-top: 1px solid #eab649; padding: 20px 10px; border-bottom: 1px solid #eab649; margin-bottom: 20px; }
.Control_10631 p { margin: 0; line-height: 1.3; }
.Control_10631 a {  }
/* [/Widget10631] */

/* [Widget10778] */
/* float: left; width: 70%; */ 
.Control_10778 p { line-height: 1.3em; }
.Control_10778 .excite { margin-top: 30px; font-size: 18px; font-weight: bold; color: white; }
.Control_10778 h1 { font-size: 38px; margin-bottom: -5px; }
.Control_10778 .actualno { font-size: 20px; padding-left: 126px; letter-spacing: 10px; color: #eab469; font-weight: bold; }
.Control_10778 span.intloclab { font-weight: bold; color: #eab469; }
.Control_10778 span.intlocno { font-weight: bold; color: #eab469; }
.Control_10778 span.address { font-weight: bold; font-size: 12px; color: white; }
.Control_10778 a {  }
/* [/Widget10778] */

/* [Widget10777] */
/* float: left; */ 
.Control_10777 a {  }
/* [/Widget10777] */

/* [RightColumn] */
/* all css here written by sundco - no prconfigured classes from sparkpay */

/* this is for right column black rounded corners, and it won't get the "left column" widgets we've forced into the right column */
body:not(.ShoppingCart) .well { background-color: #000; padding-top: 19px; border-radius: 10px; }

.LayoutRightColumn { padding-top: 15px; }

.LayoutRightColumn #Bottom { padding-top: 19px; border-radius: 11px; background: #000 url('/images/-design/star-bkg-600.png') top right no-repeat; }

.LayoutRightColumn #Bottom div, .LayoutRightColumn .well p, .LayoutRightColumn .well li { color: #fff; line-height: 1.6em; font-weight: bold; }

.LayoutRightColumn #Bottom h1, .LayoutRightColumn .well h2, .LayoutRightColumn .well h3, .LayoutRightColumn .well h4, .LayoutRightColumn #Bottom h5, .LayoutRightColumn .well h6 { color: #EAB649; line-height: 1.6em; }

.LayoutRightColumn a.whitenohover { color: #fff; }

.LayoutRightColumn a.whitenohover:hover { color: #fff; }

.LayoutRightColumn a:hover { color: #fff; }

/* testimonial widget */
.LayoutRightColumn .well .Control_10803 p { color: #EAB649; }
/* [/RightColumn] */

/* [Widget10780] */
.Control_10780 { margin: 15px 25px 15px 0; }
.ControlHeader_10780 {  }
.ControlItem_10780 {  }
.ControlLink_10780 {  }
.ControlLink_10780:hover {  }
.ControlLink_10780 a {  }
.ControlLink_10780 a:hover {  }
.ControlLink_Link_10780 {  }
.ControlLink_Link_10780:hover {  }
.ControlLinkSeperator_10780 {  }
.ControlText_10780 {  }
.ControlInput_10780 {  }
.ControlFooter_10780 {  }
/* [/Widget10780] */

/* [Header] */
/* with empty top widget area need this or it shows a thin gold line */
.topgrey { display: none; }

header .LayoutTopTop > .container { background: url('/images/-design/bkgd-header-palmtrees.png') bottom center repeat-x; }

/* nav items linking to # dont show pointer hand */
.MenuBar a[href="#"] { cursor: default; }
/* [/Header] */

/* [Widget10802] */
.Control_10802 { margin-top: 30px; }
.Control_10802 {  }
.Control_10802 a {  }
/* [/Widget10802] */

/* [Widget10803] */
.Control_10803 { margin-top: 30px; }
.Control_10803 {  }
.Control_10803 a {  }
/* [/Widget10803] */

/* [Widget5653] */
.Control_5653 a {  }
/* [/Widget5653] */

/* [Widget10637] */
/* margin-left: 425px; */ 
.Control_10637 h1:first-child a { color: #000; }
.Control_10637 h1:first-child a:hover { color: #000; }

ul li { list-style-position: inside; }
ul { padding: 0px; }
/* [/Widget10637] */

/* [Widget10633] */
.Control_10633 { clear: both; margin-top: 5px; padding-bottom: 20px; border-bottom: 1px solid #eab649; margin-bottom: 20px; }

/* each category li is 20%, and each image resized down to fill its width */
/* first child is heading for the widget */
/* nth child 5 etc is so each new row clears row above */
.Control_10633 .nav-pills>li:first-child { width: 100%; }
.Control_10633 .nav-pills>li { background-color: #EAB649; padding: 0px 5px; }
.Control_10633 .nav-pills>li>h2 { margin-top: 10px !important; }
.Control_10633 .nav-pills>li>h2>a { color: white !important; }
.Control_10633 .hidden-xs>li { width: 24%; margin: 10px 2px 0px 0px; float: left; }
.Control_10633 .hidden-xs+li img { max-width: 100%; }
.Control_10633 .hidden-xs>li:nth-child(5) { clear: both; }
.Control_10633 .hidden-xs>li>a { position: relative; display: block; padding: 10px 15px; }

.ControlHeader_10633 {  }
.ControlItem_10633 {  }
.ControlLink_10633 {  }
.ControlLink_10633:hover {  }
.ControlLink_Link_10633 {  }
.ControlLink_Link_10633:hover {  }
.ControlLinkSeperator_10633 {  }
.ControlFooter_10633 {  }
.BrowseCategoryIcon_10633 {  }
/* [/Widget10633] */

/* [Widget10632] */
.Control_10632 { clear: both; }
.ControlHeader_10632 {  }
.ControlItem_10632 {  }
.ControlLink_10632 {  }
.ControlLink_10632:hover {  }
.ControlLink_Link_10632 {  }
.ControlLink_Link_10632:hover {  }
.ControlLinkSeperator_10632 {  }
.ControlFooter_10632 {  }
.BrowseCategoryIcon_10632 {  }

/* each category li is 20%, and each image resized down to fill its width */
/* first child is heading for the widget */
/* nth child 6 etc is so each new row clears row above */
.Control_10632 .nav-pills>li:first-child { width: 100%; }
.Control_10632 .nav-pills>li { background-color: #EAB649; padding: 0px 5px; }
.Control_10632 .nav-pills>li>h2 { margin-top: 10px !important; }
.Control_10632 .nav-pills>li>h2>a { color: white !important; }
.Control_10632 .hidden-xs>li { width: 24%; margin: 10px 2px 0px 0px; float: left; }
.Control_10632 .hidden-xs+li img { max-width: 100%; }
.Control_10632 .hidden-xs>li:nth-child(5) { clear: both; }
.Control_10632 .hidden-xs>li>a { position: relative; display: block; padding: 10px 15px; }
/* [/Widget10632] */

/* [Widget10641] */
.Control_10641 { clear: both; margin-top: 5px; }

/* each category li is 20%, and each image resized down to fill its width */
/* first child is heading for the widget */
/* nth child 6 etc is so each new row clears row above */
.Control_10641 .nav-pills>li:first-child { width: 100%; }
.Control_10641 .nav-pills>li { background-color: #EAB649; padding: 0px 5px; }
.Control_10641 .nav-pills>li>h2 { margin-top: 10px !important; }
.Control_10641 .nav-pills>li>h2>a { color: white !important; }
.Control_10641 .hidden-xs>li { width: 24%; margin: 10px 2px 0px 0px; float: left; }
.Control_10641 .hidden-xs+li img { max-width: 100%; }
.Control_10641 .hidden-xs>li:nth-child(5) { clear: both; }
.Control_10641 .hidden-xs>li>a { position: relative; display: block; padding: 10px 15px; }

.ControlHeader_10641 {  }
.ControlItem_10641 {  }
.ControlLink_10641 {  }
.ControlLink_10641:hover {  }
.ControlLink_Link_10641 {  }
.ControlLink_Link_10641:hover {  }
.ControlLinkSeperator_10641 {  }
.ControlFooter_10641 {  }
.BrowseCategoryIcon_10641 {  }
/* [/Widget10641] */

/* [Default] */
/* category links on homepage */
a.category-link .namebelowphoto { text-transform: uppercase; }
a.category-link:hover .namebelowphoto { color: #333; }
.nav>li>a:hover { background-color: inherit; }
/* [/Default] */

/* [LeftColumn] */
/* NOTE: we're using the "left column" at the top of the right column in this theme, so we can have a separately-targeted place to format. Just couldn't do it otherwise. */

.navbar-collapse { padding: 0px; }
/* [/LeftColumn] */

/* [CustomWidget] */

/* [/CustomWidget] */

/* [Widget10792] */
.Control_10792 { padding-bottom: 15px; }
.Control_10792 a {  }
/* [/Widget10792] */

/* [Widget10676] */
.Control_10676 {  }
.ControlHeader_10676 {  }
.ControlItem_10676 {  }
.ControlLink_10676 {  }
.ControlLink_10676:hover {  }
.ControlLink_10676 a {  }
.ControlLink_10676 a:hover {  }
.ControlLink_Link_10676 {  }
.ControlLink_Link_10676:hover {  }
.ControlLinkSeperator_10676 {  }
.ControlText_10676 {  }
.ControlInput_10676 {  }
.ControlFooter_10676 {  }
.FeaturedItemsRating_10676 {  }
.FeaturedItemsDetails_10676 {  }
.FeaturedItemsPriceHR_10676 {  }
.FeaturedItemsPriceAlignment_10676 {  }
.FeaturedItemsBuyMoreLinkHR_10676 {  }
.FeaturedItemsThumbnail_10676 {  }
.PriceLabels_10676 {  }
.ProductDisplayBuyNowLink_10676 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_10676 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_10676 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_10676 { float: right; padding-right: 5px; display: inline; }
/* [/Widget10676] */

/* [Widget10679] */
.Control_10679 {  }
.ControlHeader_10679 {  }
.ControlItem_10679 {  }
.ControlLink_10679 {  }
.ControlLink_10679:hover {  }
.ControlLink_10679 a {  }
.ControlLink_10679 a:hover {  }
.ControlLink_Link_10679 {  }
.ControlLink_Link_10679:hover {  }
.ControlLinkSeperator_10679 {  }
.ControlText_10679 {  }
.ControlInput_10679 {  }
.ControlFooter_10679 {  }
.ShoppingCart_10679 {  }
.ShoppingCartHeader_10679 {  }
.ShoppingCartClear_10679 {  }
.ShoppingCartPrice_10679 {  }
.ShoppingCartTotals_10679 {  }
.ShoppingCartShippingInfo_10679 {  }
.ShoppingCartDiscount_10679 {  }
.ShoppingCartCouponCode_10679 {  }
.ShoppingCartThumbnail_10679 {  }
.ShoppingCartItemNr_10679 {  }
.ShoppingCartVariations_10679 {  }
.ShoppingCartPersonalize_10679 {  }
.ShoppingCartGiftMessage_10679 {  }
.ErrorText_10679 {  }
.ShoppingCartSelectCheckbox_10679 { border: 0; }
.ShoppingCartQtyTextbox_10679 { width: 40px; }
.ShoppingCartInlineCalculateShippingForm_10679 { display: inline; }
.ShoppingCartInlinePostalCode_10679 { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox_10679 { width: 72px; }
.ShoppingCartCouponCodeTextbox_10679 { width: 80px; }
.ShoppingCartSavedCartText_10679 { text-align: center; }
/* [/Widget10679] */

/* [CategoryDropDownFilter] */
.CategoryFilterDropDown {  }
.CategoryFilterCategoryDropDown {  }
.CategoryFilterAttributeDropDown {  }
.CategoryFilterDropDownContainer {  }
/* [/CategoryDropDownFilter] */

/* [CategoryQuickList] */
.CategoryQuickListContainer {  }
.CategoryQuickListContainer tr td { vertical-align: top; }
.CategoryQuickListIndividualContainer { margin: 2px 8px 2px 2px; }
.CategoryQuickListRootCategory { font-weight: bold; font-size: 125%; text-transform: capitalize; }
.CategoryQuickListRootImage { border: none; display: block; margin-bottom: 4px; }
.CategoryQuickListSubCategory { display: list-item; list-style-type: square; margin: 0 0 0 14px; }
/* [/CategoryQuickList] */

/* [Widget10774] */
.Control_10774 {  }
.ControlHeader_10774 {  }
.ControlItem_10774 {  }
.ControlLink_10774 {  }
.ControlLink_10774:hover {  }
.ControlLink_10774 a {  }
.ControlLink_10774 a:hover {  }
.ControlLink_Link_10774 {  }
.ControlLink_Link_10774:hover {  }
.ControlLinkSeperator_10774 {  }
.ControlText_10774 {  }
.ControlInput_10774 {  }
.ControlFooter_10774 {  }

.topsearch { text-align: center; background-color: #eab649; }
/* [/Widget10774] */

/* [Notify Me] */
body.NotifyMe { color: white; }
/* [/Notify Me] */

/* [Widget10793] */
/* this area in the Amcm control panel has some styling for search boxes in the main search page */

.Control_10793 { padding-bottom: 15px; }
.Control_10793 a {  }

.Control_10793 input[type=text], .panel-body input[type=text] { color: #000; border-color: #444; font-size: 16px; }

/* cant figure out how to make the select or focus border and box shadow colors gold instead of blue */

.Control_10793 .GoThemeButton, .panel-body .GoThemeButton { padding: 7px; }

input.ThemeButton { text-transform: uppercase; } /* this is going to apply all over */

.Control_10793 input#acctl10290_txtSearchBox, .panel-body input#txtSearchBox { background-image: url(/Shared/Themes/BigStoreGamblers/images/magnifying_glass.png); background-repeat: no-repeat; background-position: 8px; text-indent: 22px; width: 80%; }
/* [/Widget10793] */

/* [Search] */
/* catalog search page css follows - Sundco 201801 */

body.Search .page-header { margin-top: 0; padding-bottom: 0; border-bottom: none; }

span#lblSearchString { text-transform: none; } /* dont want to show their search term in all caps even if its in h tag */

body.Search form#MainForm .panel { border: none; padding-bottom: 20px; } /* get rid of border all around the search area */
body.Search form#MainForm .panel-body { padding: 0; }

/* common styles for the search function are set in the right column search widget (which is in the left column section of the Amcm control panel) */

.panel-body input#txtSearchBox { width: 50%; }

body.Search .LayoutContentInner table td { border: none; }

table#dlManufacturers tr:first-child td, table#dlCategories tr:first-child td { font-weight: bold; }

table#dlManufacturers tr:last-child td, table#dlCategories tr:last-child td { display: none; } 
/* they insert an empty row here, maybe needed for something, couldn't make it 0 height so just not displaying */

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { background-color: #EAB649; border-color: #bbb; }
.pagination>li>a, .pagination>li>span { color: #000; }
/* this will probably apply to pagination on all pages. Should be fine, except when we try to change it on other pages and can't find the css cuz its here */

/* end catalog search page css */
/* [/Search] */

/* [ToggleSlider] */
.toggle-switch { position: relative; display: inline-block; width: 3.75em; height: 2.125em; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.toggle-slider:before { position: absolute; content: ""; height: 1.625em; width: 1.625em; left: 0.25em; bottom: 0.25em; background-color: white; -webkit-transition: .4s; transition: .4s; }
input:checked + .toggle-slider { background-color: #2196F3; }
input:focus + .toggle-slider { box-shadow: 0 0 1px #2196F3; }
input:checked + .toggle-slider:before { -webkit-transform: translateX(1.625em); -ms-transform: translateX(1.625em); transform: translateX(1.625em); }
.toggle-slider.round { border-radius: 2.125em; }
.toggle-slider.round:before { border-radius: 50%; }
/* [/ToggleSlider] */

/* [Widget16627] */
.Control_16627 {  }
.Control_16627 a {  }

.Control_10637 h1:first-child a { color: #000; }
.Control_10637 h1:first-child a:hover { color: #000; }

ul li { list-style-position: inside; }
ul { padding: 0px; }
/* [/Widget16627] */

/* [Widget16626] */
/* float: left; width: 400px; */ 
.Control_10628 h4 { margin-bottom: 0; }
.ControlHeader_10628 {  }
.ControlItem_10628 {  }
.ControlLink_10628 {  }
.ControlLink_10628:hover {  }
.ControlLink_10628 a {  }
.ControlLink_10628 a:hover {  }
.ControlLink_Link_10628 {  }
.ControlLink_Link_10628:hover {  }
.ControlLinkSeperator_10628 {  }
.ControlText_10628 {  }
.ControlInput_10628 {  }
.ControlFooter_10628 {  }
.FeaturedItemsRating_10628 {  }
.FeaturedItemsDetails_10628 {  }
.FeaturedItemsPriceHR_10628 {  }
.FeaturedItemsPriceAlignment_10628 {  }
.FeaturedItemsBuyMoreLinkHR_10628 {  }
.FeaturedItemsThumbnail_10628 {  }
.PriceLabels_10628 {  }
.ProductDisplayBuyNowLink_10628 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_10628 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_10628 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_10628 { float: right; padding-right: 5px; display: inline; }

.Control_16626 .thumbnail .quick-view { top: 180px; }

.Control_16626 .caption { display: none; } /* no display product name or price here */
/* [/Widget16626] */

/* [Widget16625] */
.Control_16625 { margin-top: 20px; border-top: 1px solid #eab649; padding: 20px 10px; }

.Control_16625 a {  }
/* [/Widget16625] *//* [CheckOut] */
.CheckOutHeader { font-weight: bold; font-size: 16px; }
.CheckOutSubHeader { font-weight: bold; font-size: 16px; margin-bottom: 20px; }
.CardFieldHeaders { background: #666; color: #fff; padding: 5px; }
.OnePageCheckoutShoppingCart .ShoppingCartPrice { padding: 10px 0; font-size: inherit; border: none; }
.SplitPaymentLink { cursor: pointer; }
#tbAppliedPayments { width: 100%; }
.AppliedPaymentHeader th { padding: 5px; }
.AddressEditorZipCodePlus4Textbox { width: 50px; }
.AddressBookEditor { padding: 2px 10px 2px 0; }
.OnePageCheckoutShoppingCart td { padding: 5px; border-bottom: 1px solid #e5e5e5; }
.ShoppingCartVariations td { padding: 0 0 0 20px; border: none; }
.OnePageCheckoutShoppingCart .ShoppingCartTotals { border: none; }
.form-signin { max-width: 330px; padding: 15px; margin: 0 auto; }
.form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; }
.form-signin .checkbox { font-weight: normal; }
.form-signin input { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.form-signin input:focus { z-index: 2; }
.form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; }
/* [/Checkout] */



/* [Product Background Photo] */
.product-info-wrapper { background: rgba(0,0,0,0.8); color: #fff; }
.product-photo { background-size: cover !important; background-position: center center !important; background-color: #000; }
.PhotoBgThumbnails { float: right; }
/* [/Product Background Photo ] */
.ShippingSelect input[type="radio"] + label { margin-left: 1em; }

/* error code table */
.errorcode { border: 1px solid black; } th, td { border: 1px solid black; padding: 5px; } tr:first-child th { background-color: #ccc; padding: 10px 5px; }
input[type="file"] + span { top: 0px; }
/* fix issue on safari where nav wraps at desktop width */
ul.navbar-nav a { font-weight: 500; }
/* fix issue on safari where homepage category images stack bad when 3+ lines of text underneath */
ul.nav-pills li:nth-child(4n+1) { clear: left; }


/* [ItemRepeater] */
.variant-repeater__group { display: inline-flex; }
.variant-repeater__variant { padding: 5px; cursor: grab; }
.variant-repeater__card { width: 8rem; }
.card-text { font-size: .8rem; }
.variant-repeater__variant.selected { border: dotted !important; }
.variant-repeater__card-small { width: 4rem; }
.card-text-small { font-size: .5rem; }